ATTR_CELL_TYPE (Tree Cell)
Type: | Tree Cell attribute |
Description: | Specifies the type of the tree cell. ATTR_TREE_EDITABLE_CELLS must be enabled on the tree control to be able to interact with string, ring, combo box, button, check box, and color picker cells. |
Data Type: | integer |
Default Value: | VAL_CELL_STRING |
LabWindows/CVI Compatibility: |
LabWindows/CVI 2009 and later |
Values
VAL_CELL_BUTTON | The cell consists of a labelled button that can be depressed. |
VAL_CELL_COLOR_PICKER | The cell consists of a color picker. |
VAL_CELL_CHECK_BOX | The cell contains a check box. |
VAL_CELL_RING | The cell holds a list of items from which the cell value can be selected. |
VAL_CELL_STRING | The cell holds text data. |
VAL_CELL_COMBO_BOX | The cell holds text data and a list of items. The cell's value can be selected from this list, or it can be set independently. |
VAL_CELL_HORIZONTAL_BAR | The cell holds a graphical representation of a value from 0 - 100 in the form of a horizontal bar. |